inspector: Offer Raleigh as a theme
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jul 2014 18:01:46 +0000 (14:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jul 2014 18:13:06 +0000 (14:13 -0400)
As long as it is included, might as well offer it.

gtk/inspector/visual.c

index 0fb6a802608220081dd6c7c0de26695936892126..9e50e88d7f15cd6fa41b7e5ed9bcb276e1bf9ebc 100644 (file)
@@ -208,6 +208,7 @@ init_theme (GtkInspectorVisual *vis)
 
   t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
   g_hash_table_add (t, g_strdup ("Adwaita"));
+  g_hash_table_add (t, g_strdup ("Raleigh"));
 
   fill_gtk (themedir, t);